home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000237_Petri_member@newsguy.com_Wed Apr 21 09:20:10 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!newsfeed3.dallas1.level3.net!news.level3.com!newsfeed1.easynews.com!newsfeed3.easynews.com!easynews.com!easynews!border1.nntp.sjc.giganews.com!border2.nntp.sjc.giganews.com!nntp.giganews.com!cyclone-sf.pbi.net!129.250.175.17!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn
  2. From: Petri <Petri_member@newsguy.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Running kermit from within glftpd
  5. Date: 21 Apr 2004 01:24:40 -0700
  6. Organization: Newsguy News Service [http://newsguy.com]
  7. Lines: 48
  8. Message-ID: <c65b4802jq3@drn.newsguy.com>
  9. References: <c61fv402ovm@drn.newsguy.com> <m1y8or8iss.gnus@usa.net> <c63ahj022do@drn.newsguy.com> <KXahc.24803$mX.7955553@twister.nyc.rr.com> <slrnc8ag45.8v3.fdc@sesame.cc.columbia.edu> <40854371.4070504@nyc.rr.com> <c63t4n0v0d@drn.newsguy.com> <slrnc8b02s.dfv.fdc@sesame.cc.columbia.edu>
  10. NNTP-Posting-Host: p-570.newsdawg.com
  11. X-No-Archive: Yes
  12. X-Newsreader: Direct Read News 4.20
  13. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14954
  14.  
  15. In article <slrnc8b02s.dfv.fdc@sesame.cc.columbia.edu>, Frank da Cruz says...
  16. > Now maybe you'd like to write a case study:
  17.  
  18. > http://www.columbia.edu/kermit/studies.html
  19.  
  20. Ugh, I'm not that good a communicator. :)
  21. Besides, I have barely started yet, only now do I have both Perl and Kermit
  22. running inside this jail thingy.
  23. The problems I have had, have been caused be me not having any basic Linux
  24. experience at all.
  25.  
  26. > about how you got Kermit to work under glftpd,
  27. > and (even more to the point) *why* ?
  28.  
  29. Well, it's quite trivial now, when the underlying system works.
  30. Most of the code in fact goes into the Perl scripts, they in turn autogenerate
  31. Kermit scripts for remote operations.
  32. There are several site commands requested, and I have only done one yet, the
  33. very simplest one.
  34. When I am done with them all, I'll see if I can formulate something worthwhile
  35. from the experience for your case studies.
  36.  
  37. But really, all that is needed is that you can read command line arguments,
  38. which is how glftpd passes arguments to external scripts, so you could very
  39. easily use a pure Kermit script.
  40. I use Perl to simplify the command interface for the user, and trim the output
  41. of Kermit.
  42.  
  43. Why?
  44. Why indeed, this has taken a lot more of my time than I naively expected...
  45.  
  46. These sites deal with the collecting and synchronizing of ROM-dumps from classic
  47. arcade machines.
  48. The emulators, especially MAME, are being developed at a rapid pace.
  49. MAME in fact can emulate both HDD and CD-ROM based arcade machines now.
  50. That means the collections are increasing very rapidly in size nowadays.
  51.  
  52. A friend is involved in this archiving and collection project, he asked me to
  53. help out and I agreed.
  54. It isn't a public project, not yet anyway.
  55. Even though there are some websites that offer single downloads of roms, there
  56. are some licensing issues involved, especially with the latest releases.
  57.  
  58. Well, it sounded like a good cause to me. :)
  59.  
  60.  
  61. Petri
  62.